You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TRngStream Class > TRngStream Methods > TRngStream.RandomBeta Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TRngStream.RandomBeta Method

Generates an array of samples distributed by Beta distribution.

Syntax
C#
Visual Basic
public void RandomBeta([In] TMtxVec Dst, [In] double p, [In] double q, [In] double a, [In] double beta);

Returns random numbers distributed according to the Beta probability density function (PDF). The number of samples generated is defined with the Dst.Length parameter. The result is an array which can be accessed via Dst.Values property.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!